home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Speccy ClassiX 1998
/
Speccy ClassiX 98.iso
/
amiga_system
/
the_aminet
/
comm
/
bbs
/
maxsbbsus.lha
/
MAX154
/
TBM
/
Scripts
/
All
< prev
next >
Wrap
Text File
|
1995-04-25
|
1KB
|
50 lines
; this is the scriptfile I use to fire up four nodes in the correct screen
; order from the Workbench or startup-sequence
Task 1 ; my renamed ChangeTaskPri command
CD BBS:
Stack 100000 ; lotsa files, lotsa menus, just playing it safe
Run >nil: TBMBBS TBMBBS.config1 ; my 28.8 node
Wait 7 ; waits for modem to be initialized
MP 625 8 ; MP and FK head on back to the Workbench
FK 0 lalt lcommand
FK 0 return
MP 615 30 ; moves down a little bit and
FK 0 lalt lcommand ; activates the WB
FK 0 return
Wait 1
Run >nil: TBMBBS TBMBBS.config2 ; fires up the second node
Wait 6
MP 625 8
FK 0 lalt lcommand
FK 0 return
MP 615 30
FK 0 lalt lcommand
FK 0 return
Wait 1
Run >nil: TBMBBS TBMBBS.config3 ; third node
Wait 6
MP 625 8
FK 0 lalt lcommand
FK 0 return
MP 615 30
FK 0 lalt lcommand
FK 0 return
Wait 1
Run >nil: TBMBBS -s TBMBBS.config1 ; own node gets fired up in Sleep Mode
Wait 3
MP 625 8
FK 0 lalt lcommand
FK 0 return
; I actually have two scriptfiles, this is the one I run from the st-seq.
; In the one I run from the Workbench, it actually comes back around to the
; the Workbench screen one last time and closes the BBS window for me. <wink>